Account Service
interface AccountService
Interface defining the various authentication and account management services.
Inheritors
Functions
Link copied to clipboard
Authenticate a user with their email and password. This logs the user in by validating their credentials against Firebase.
Link copied to clipboard
Create a new account using the provided email and password. This registers a new user in Firebase with the given credentials.
Link copied to clipboard
Create an anonymous account for the user. This signs the user in anonymously without requiring email or password.
Link copied to clipboard
Link the current account to a new email and password. This operation links an email and password to the current user account.